﻿@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body {
    
    color: #333;
    background: #f4f4f4;
    min-width: 1200px;
}

html {
    height: 100%;
}

em, i, b {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

input, textarea {
    outline: none;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder, ::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.fl {
    float: left;
}
.fc{
	float:left;
	margin-left:15px;
}
.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

.clearfix {
    zoom: 1;
}

 

    a:hover {
        color: #dd3635;
    }

.wrapper, .w1200 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.dib {
    display: inline-block;
}

.clear {
    clear: both;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.white-bg {
    background: #fff;
}

.ti2 {
    
}

.color999 {
    color: #999;
}

.theme-color {
    color: #dd3635;
}

.bodyh {
    height: 100%;
    position: relative;
}

    .bodyh .wrapper {
        
    }

    .bodyh .footer-wrapper {
         
    }

.bodyhh {
    min-height: 100%;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mt40 {
    margin-top: 40px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p15 {
    padding: 15px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p10 {
    padding: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p20 {
    padding: 20px;
}

.bb-so {
    border-bottom: 1px solid #e5e5e5;
	text-align:center;
}

.ovh li, .ovhh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wp-tit {
    font-size: 18px;
    padding-top: 10px;
}

    .wp-tit em, .wp-tit h1, .wp-tit h2, .wp-tit h3 {
        font-size: 18px;
        display: inline-block;
        font-weight: bold;
        font-style: normal;
		COLOR: #0E56A8;
    }

        .wp-tit em:before, .wp-tit h1:before, .wp-tit h2:before, .wp-tit h3:before {
            content: '';
            background: #375ba6;
            width:2px;
            height: 18px;
            display: inline-block;
            vertical-align: -2px;
            margin-right: 11px;
        }

    .wp-tit h1 {
        font-size: 30px;
        padding-left: 15px;
    }

        .wp-tit h1:before {
            content: normal;
        }

    .wp-tit .more {
        margin-right: 15px;
    }

.more {
    float: right;
    color: #999;
    font-weight: normal;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

    .more:after {
        content: '';
        width: 6px;
        height: 6px;
        display: inline-block;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin-bottom: 1px;
    }

    .more:hover {
        color: #999;
    }

.wp-title {
    font-size: 16px;
    padding: 10px 0 5px;
    border-bottom: 1px solid #f4f4f4;
}

    .wp-title em, .wp-title h1, .wp-title h2, .wp-title h3 {
        font-size: 16px;
        display: inline-block;
        font-weight: bold;
        font-style: normal;
        position: relative;
		COLOR: #0E56A8;

FONT: bold 14px/28px "宋体";
    }

        .wp-title em:before, .wp-title h1:before, .wp-title h2:before, .wp-title h3:before {
            content: '';
            width: 100%;
            height: 2px;
            background: #375ba6;
            position: absolute;
            bottom: -6px;
        }

    .wp-title .js-hov-btn em:before, .wp-title .js-hov-btn h1:before, .wp-title .js-hov-btn h2:before, .wp-title .js-hov-btn h3:before {
        content: normal;
    }

    .wp-title .js-hov-btn .active em:before, .wp-title .js-hov-btn .active h1:before, .wp-title .js-hov-btn .active h2:before, .wp-title .js-hov-btn .active h3:before {
        content: '';
    }

    .wp-title .js-hov-btn a {
        color: #333;
    }

.wp-left {
    width: 860px;
    float: left;
}

.wp-right {
    width: 330px;
    float: right;
}

.hover-all {
    position: relative;
}

.show-all {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 2;
}

.hover-all:hover .show-all {
    display: block;
}

.icon-add:before {
    content: '';
    display: inline-block;
    background-image: url(icon-add.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 2px;
}

.icon-arrow:before {
    content: '';
    display: inline-block;
    background-image: url(icon-add.png);
    background-repeat: no-repeat;
    background-position: 0 -12px;
    position: absolute;
    left: 3px;
    top: 13px;
    width: 6px;
    height: 12px;
}

.other-add {
    position: relative;
    display: inline-block;
}

.other-add-cont {
    position: absolute;
    left: 14px;
    top: -12px;
    padding-left: 8px;
    z-index: 10;
}

.other-add-con {
    padding: 5px;
    min-width: 60px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #e3e3e3;
    font-size: 14px;
    color: #333;
    z-index: 99;
    text-align: center;
    display: none;
}

.other-add:hover .other-add-con {
    display: block;
}

.icon-major1, .icon-major2, .icon-major3, .icon-major4, .icon-major5 {
    display: inline-block;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: 1px;
    font-weight: 300;
    border-radius: 3px;
}

.icon-major1 {
    background: #4794d9;
}

.icon-major2 {
    background: #54c041;
}

.icon-major3 {
    background: #8b69da;
}

.icon-major4 {
    background: #d01f36;
}

.icon-major5 {
    background: #f4a930;
}

.i-tag span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 14px;
}

.i-tag1 {
    background: #dd3635;
}

.i-tag2 {
    background: #3b91dd;
}

.xx-list-con ul {
    padding: 10px 0;
}

.xx-list-con li {
    height: 35px;
    line-height: 35px;
}

    .xx-list-con li:before {
        content: '';
        width: 2px;
        height: 2px;
        background: #333;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

.no-cont {
    background-color: #fff;
    text-align: center;
    padding: 50px;
    font-size: 14px;
    color: #999;
}

    .no-cont img {
        vertical-align: middle;
        margin-right: 10px;
        width: 230px;
    }

@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot?t=1531106965506');
    src: url('iconfont.eot?t=1531106965506#iefix') format('embedded-opentype'), url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'), url('iconfont.ttf?t=1531106965506') format('truetype'), url('iconfont.svg?t=1531106965506#iconfont') format('svg');
}

.right-kefu {
    position: fixed;
    right: 19px;
    top: 30%;
    font-size: 12px;
    z-index: 999;
    line-height: normal;
}

    .right-kefu ul li {
        position: relative;
    }

        .right-kefu ul li a.kefu-hob {
            background: #375ba6;
            color: #fff;
        }

        .right-kefu ul li a.kefu-online {
            background: #375ba6;
        }

.kefu-close {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(right-kefu.png) no-repeat;
    background-position: -70px -40px;
    right: 0;
    top: -16px;
}

.kefu-hov {
    width: 55px;
    height: 55px;
    background: #fff;
    display: block;
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
    color: #375ba6;
    margin-top: 5px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102,102,102,.2);
}

.kefu-i:before {
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kefu-online {
    background: #375ba6;
    padding-top: 3px;
}

    .kefu-online i:before {
        content: '';
        display: block;
        background: url(right-kefu.png) no-repeat center;
        width: 30px;
        height: 30px;
        background-position: -5px -35px;
    }

    .kefu-online p {
        color: #fff;
    }

.kefu-phone i:before {
    content: '\e6b4';
}

.kefu-code i:before {
    content: '\e624';
}

.kefu-share i:before {
    content: '\e610';
}

.kefu-gotop i:before {
    content: '\e600';
}

.kefu-con {
    position: absolute;
    right: 55px;
    top: 0;
    width: 134px;
    overflow: hidden;
    display: none;
}

.kefu-cono {
    width: 80px;
}

.kefu-hide {
    background-color: #fff;
    color: #375ba6;
    padding: 10px;
    transform: translate(134px);
    transition: transform .3s;
    overflow: hidden;
}

    .kefu-hide.show {
        transform: translate(0);
    }

.kefu-arrow {
    width: 7px;
    height: 10px;
    background: url(right-kefu.png) no-repeat;
    background-position: -150px -60px;
    position: absolute;
    right: 4px;
    top: 10px;
    display: none;
}

.kefu-ol-con {
    border-top: 1px solid #F2F2F2;
    padding-top: 10px;
}

.kefu-ol .kefu-ol-con:first-child {
    border-top: none;
    padding-top: 0;
}

.kefu-hide .kefu-tit {
    font-size: 14px;
    font-weight: normal;
}

.kefu-ol-con ul li a {
    width: 52px;
    height: 22px;
    display: inline-block;
    background: url(right-kefu.png) no-repeat;
    margin-top:10px;
    margin-bottom: 10px;
}

.kefu-ol-con ul li:first-child a {
    margin-right: 6px;
}

.kefu-ol-con ul li {
    float: left;
}

    .kefu-ol-con ul li a.kefu-qq {
        background-position: -5px -60px;
    }

    .kefu-ol-con ul li a.kefu-zx {
        background-position: -70px -60px;
    }

.kefu-hide .kefu-mobile .kefu-h3 {
    margin-bottom: 5px;
}

.kefu-hide .kefu-mobile .kefu-h4 {
    font-size: 18px;
    white-space: nowrap;
    padding-bottom: 5px;
    margin-bottom: 7px;
    font-family: arial;
    font-weight: bold;
    color: #dd3635;
    border-bottom: 1px solid #e8e8e8;
}

.kefu-ewm img {
    width: 111px;
    height: 111px;
}

.kefu-ewm p {
    margin-top: 5px;
    text-align: center;
}

.kefu-more {
    width: 50px;
    display: block;
    text-align: center;
    background: rgba(204,204,204,.8);
    margin-bottom: 5px;
    display: none;
    float: left;
}

    .kefu-more i {
        width: 22px;
        height: 7px;
        display: inline-block;
        background: url(right-kefu.png) no-repeat;
        background-position: -5px -40px;
    }

.kefu-gotop {
    margin-top: 10px;
}

#share-iconn {
    margin-right: -10px;
}

    #share-iconn a {
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        background: url(right-kefu.png) no-repeat;
        float: left;
    }

        #share-iconn a:hover {
            color: #333;
            opacity: .8;
            filter: alpha(opacity=80);
        }

    #share-iconn .bds_qzone {
        background-position: 0 -36px;
    }

    #share-iconn .bds_weixin {
        background-position: -5px -110px;
    }

    #share-iconn .bds_tsina {
        background-position: -80px -70px;
    }

    #share-iconn .bds_tqq {
        background-position: -40px -70px;
    }

    #share-iconn .bds_renren {
        background-position: 0 -114px;
    }

    #share-iconn .bds_sqq {
        background-position: -39px -110px;
    }

    #share-iconn .bds_bdhome {
        background-position: -5px -70px;
    }

    #share-iconn .bds_more {
        background-position: -80px -110px;
    }

.kefu-hob {
    background: #375ba6;
    color: #fff;
}

    .kefu-hob i.kefu-i:before {
        background-position-y: -35px;
    }

    .kefu-hob p.kefu-font {
        color: #fff;
    }

.header-top {
    width: 100%;
    height: 35px;
    line-height: 35px;
    min-width: 1200px;
    color: #3ba2f2;
    background: #efefef;
    overflow: hidden;
    font-family: microsoft yahei;
}

    .header-top a {
        color: #375ba6;
        font-weight: bold;
    }

.header-left {
    font-size: 12px;
    color: #666;
}

    .header-left a {
        font-size: 12px;
        font-weight: normal;
        color: #666;
    }

        .header-left a:hover {
            color: #375ba6;
        }

.header-right a {
    font-size: 12px;
    margin-left: 20px;
    position: relative;
    font-weight: normal;
    color: #666;
}

    .header-right a:before {
        content: '';
        background: #ccc;
        height: 12px;
        width: 1px;
        position: absolute;
        left: -10px;
        top: 3px;
    }

    .header-right a:first-child:before {
        content: normal;
    }

.header-btm {
    height: 110px;
    position: relative;
    background: #fff;
    min-width: 1200px;
}

.logo img {
    margin-top:10px;
}

.search {
    margin-top: 45px;
    margin-left:42px;
}

    .search input {
        border: 2px solid #0c4ca3;
        width:298px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        padding-left: 10px;
    }

.icon-search {
    background: #375ba6;
    width: 100px;
    height: 40px;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

    .icon-search:hover {
        opacity: .9;
    }

.tel {
    margin-top:30px;
	margin-right:30px;
}

    .tel img {
       
    }

.nav {
    /*box-shadow: 0 2px 8px rgba(0,0,0,.12);*/
    min-width: 1200px;
}

.nav-mid {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    width: 960px;
}

    .nav-mid li {
        float: left;
        text-align: center;
        width: 14%;
    }

        .nav-mid li a {
            display: block;
        }

        .nav-mid li.active {
            font-weight: bold;
        }

.nav-all {
    position: relative;
}

    .nav-all .nav-item:last-child .nav-tit {
        border-bottom: none;
    }

    .nav-all .nav-btn {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        background: #375ba6;
        width: 240px;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }

    .nav-all .bb-so {
        border-color: #f4f4f4;
    }

.nav-btn:before {
    content: '';
    width: 19px;
    height: 14px;
    background: url(nav-icon.png) no-repeat;
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
}

.nav-list {
    position: absolute;
    top: 50px;
    width: 240px;
    z-index: 3;
    box-sizing: border-box;
    display: none;
    left: 0;
    box-shadow: 0 0 10px rgba(153, 153, 153, .5);
}

.nav-tit {
    position: relative;
    padding: 6px 15px;
    background: #fff;
}

    .nav-tit:before {
        content: '';
        width: 210px;
        background: #f5f5f5;
        height: 1px;
        position: absolute;
        bottom: 0;
    }

.nav-tit1 {
    background: #dedede;
}

    .nav-tit1:before {
        background: #dedede;
    }

.nav-ltit {
    font-size: 16px;
    margin-bottom: 4px;
}

.nav-stit {
    font-size: 12px;
}

.nav-item {
    height: 60px;
    box-sizing: border-box;
}

.nav-tit:after {
    content: '';
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: 15px;
}

.nav-stit a {
    margin-left: 10px;
    color: #888;
}

    .nav-stit a:hover {
        color: #dd3635;
    }

    .nav-stit a:first-child {
        margin-left: 0;
        float: left;
    }

.nav-con {
    display: none;
    position: absolute;
    background: #fff;
    width: 690px;
    height: 420px;
    box-sizing: border-box;
    left: 240px;
    top: 0;
    border: 1px solid #e8e8e8;
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(153, 153, 153, .5);
    border-left: none;
    z-index: 2;
}

.nav-ctit {
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    margin-top: 5px;
}

.nav-rebtn {
    font-size: 14px;
    float: right;
    color: #375ba6;
}

.nav-ul {
    padding-bottom: 10px;
}

    .nav-ul li {
        float: left;
        margin-left: 10px;
    }

    .nav-ul:after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        font-size: 0;
    }

.nav-ctit .more {
    margin-top: 0;
}

.nav-sch li {
    float: left;
    width: 119px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    text-align: center;
    padding: 15px 10px 10px;
    margin-left: 10px;
}

    .nav-sch li p {
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-sch li img {
        width: 55px;
        height: 55px;
    }

.nav-blist {
    padding-top: 20px;
}

    .nav-blist li {
        float: left;
        width: 25%;
    }

        .nav-blist li img {
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }

.nav-dl dl {
    float: left;
    width: 155px;
    margin-left: 9px;
}

    .nav-dl dl:first-child {
        margin-left: 0;
    }

    .nav-dl dl dt {
        width: 155px;
        height: 110px;
        overflow: hidden;
    }

        .nav-dl dl dt img {
            width: 155px;
            height: 110px;
            transition: all .2s;
        }

            .nav-dl dl dt img:hover {
                transform: scale(1.2);
                opacity: .9;
            }

    .nav-dl dl dd {
        line-height: 20px;
        height: 40px;
        margin-top: 10px;
        overflow: hidden;
    }

.nav-ul50 li {
    float: left;
    width: 50%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 6px;
    padding-left: 5px;
}

    .nav-ul50 li:before {
        content: '';
        background: #333;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 10px;
    }

.nav-dl1 dl {
    width: 155px;
    margin-left: 9px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    margin-bottom: 10px;
}

    .nav-dl1 dl:nth-child(4n+1) {
        margin-left: 0;
    }

.nav-dl1 dt {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .nav-dl1 dt a {
        font-size: 16px;
        color: #3ba2f2;
    }

.nav-dl1 dd {
    float: left;
    margin-left: 16px;
    position: relative;
}

    .nav-dl1 dd:before {
        content: '';
        background: #f0f0f0;
        width: 1px;
        height: 16px;
        position: absolute;
        left: -8px;
        top: 4px;
    }

    .nav-dl1 dd:first-of-type {
        margin-left: 0;
    }

        .nav-dl1 dd:first-of-type:before {
            content: normal;
        }

.nav-more-btn a:after {
    content: '';
    border-left: 1px solid #878787;
    border-top: 1px solid #878787;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    vertical-align: 3px;
    margin-left: 6px;
}

.nav-more-btn1 a:after {
    transform: rotate(45deg);
    vertical-align: -2px;
}

.nav-more-btn a:hover:after {
    border-color: #dd3635;
}

.nav .w1200 {
    position: relative;
}

.nav-more {
    position: absolute;
    right: 30px;
    width: 110px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    line-height: 2;
    top: 50px;
    box-shadow: 0 0 10px #ddd;
    display: none;
    z-index: 6;
}

    .nav-more:before {
        content: '';
        width: 15px;
        height: 6px;
        position: absolute;
        top: -6px;
        background: url(tab-bg.png) no-repeat;
        background-position: -2px -1px;
        left: 50%;
        margin-left: -7px;
        transform: rotate(180deg);
    }

.area:hover .area-con {
    display: block;
}

.area:hover .area-btn:after {
    transform: rotate(45deg);
    vertical-align: -2px;
}

.area {
    margin-left: 20px;
    margin-top: 40px;
    position: relative;
}

.area-btn {
    font-size: 18px;
    padding-bottom: 20px;
}

    .area-btn:after {
        content: '';
        border-left: 1px solid #878787;
        border-top: 1px solid #878787;
        display: inline-block;
        width: 10px;
        height: 10px;
        transform: rotate(225deg);
        vertical-align: 3px;
        margin-left: 6px;
    }

.area-btn1:after {
    transform: rotate(45deg);
}

.area-btn:hover:after {
    border-color: #dd3635;
}

.area-con {
    position: absolute;
    top: 35px;
    border: 1px solid #ddd;
    width: 432px;
    background: #fff;
    padding: 15px;
    z-index: 2;
    box-sizing: border-box;
    left: -40px;
    box-shadow: 0 0 10px #ddd;
    display: none;
    z-index: 8;
}

    .area-con li {
        float: left;
        width: 80px;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
    }

.footer-wrapper {
    background: #0c4ca3;
    color: #fff;
    min-width: 1200px;
	margin-top:10px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
}

    .footer a {
        color: #fff;
    }

.footer-lists {
    padding: 50px 0 25px;
    border-bottom: 1px solid #636363;
}
.footer-lists a:hover{
	color:#fff;
}
.footer-lists a {
	font-size: 16px;
	margin:0 17px;
}
.footer .footer-tel {
    color: #38d78e;
    font-size: 16px;
}

.footer-sites {
    font-size: 12px;
    color: #fff;
    margin: 30px 0;
}

    .footer-sites a {
        background: #101010;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        padding: 0 20px;
        margin-right: 10px;
        transition: background .4s;
    }

        .footer-sites a.active {
            background: #394043;
        }

.footer-links {
    border-bottom: 1px solid #636363;
    padding-bottom: 30px;
}

    .footer-links a {
        margin-right: 20px;
        display: inline-block;
        line-height: 2;
    }

.footer-copy {
    padding-bottom: 40px;
    margin-top: 30px;
}

.nav-brand {
    font-size: 14px;
    line-height: 1;
    
    margin: 20px 0;
	color:#000;
	font-family:"宋体";
}
.nav-brand a{	 
	 
	font: 14px/1.6 宋体;
    font-size: 14px;
    
}
    

        

    .nav-brand i {
        font-family: simsun;
        color: #666;
        margin: 0 5px;
    }

.search {
    position: relative;
}

.search-slide {
    position: absolute;
    top: 38px;
    left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 416px;
    border: 2px solid #375ba6;
    background: #fff;
    z-index: 1000;
    display: none;
}

    .search-slide li a {
        display: block;
        padding-left: 10px;
        line-height: 28px;
        font-size: 14px;
    }

        .search-slide li a:hover {
            background: #f2f2f2;
        }

.hot-search {
    position: absolute;
}

.hot-search {
    position: absolute;
    top: 0;
    right: 100px;
}

    .hot-search a {
        display: inline-block;
        margin-top: 11px;
        margin-right: 10px;
        padding: 3px;
        background: #eee;
        font-size: 12px;
        color: #999;
        line-height: 1;
    }

        .hot-search a:hover {
            background: #375ba6;
            color: #fff;
        }

.icon-ques:before {
    content: '';
    background-image: url(icon-index.png);
    background-position: -5px -145px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.rule-type a:hover .icon-ques:before {
    background-position: -5px -165px;
}

.rule-table {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

    .rule-table ul {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e9e9e9;
    }

        .rule-table ul:last-child {
            border-bottom: none;
        }

    .rule-table li {
        float: left;
        padding: 13px 5px;
        box-sizing: border-box;
        text-align: center;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 86px;
        line-height: 60px;
    }

    .rule-table .rule-table-tit ul {
        border-bottom: none;
    }

    .rule-table .rule-table-tit li {
        background: #f8f8f8;
        padding: 0;
        height: 35px;
        line-height: 35px;
        color: #666;
        font-size: 14px;
    }

    .rule-table .rule-table-tit .wid2, .rule-table .rule-table-tit .wid3 {
        padding-left: 10px;
    }

    .rule-table .wid1 {
        width: 80px;
    }

        .rule-table .wid1 img {
            width: 60px;
            height: 60px;
        }

    .rule-table .wid2 {
        width: 180px;
    }

    .rule-table .wid3 {
        width: 150px;
    }

    .rule-table .wid2, .rule-table .wid3 {
        text-align: left;
        padding-left: 10px;
        line-height: 1.8;
    }

        .rule-table .wid2 p, .rule-table .wid3 p {
            margin-top: 10px;
        }

    .rule-table .wid4 {
        width: 90px;
    }

    .rule-table .wid5 {
        width: 90px;
        color: #e3000d;
    }

    .rule-table .wid6 {
        width: 90px;
        color: #e3000d;
    }

    .rule-table .wid7 {
        width: 90px;
    }

        .rule-table .wid7 a {
            color: #0000ff;
        }

.rule-table-con li {
    color: #666;
}

.gzd-line-bg {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 6px;
    background: #e4e4e4;
    font-size: 0;
    vertical-align: middle;
}

.gzd-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 6px;
    background: #eb613c;
}

.see-more-rule a {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #666;
    display: block;
}

    .see-more-rule a:hover {
        border: 1px solid #be0000;
        color: #be0000;
    }

.rule-type {
    margin-left: 20px;
    line-height: 30px;
}

    .rule-type span {
        float: left;
        font-size: 14px;
        color: #666;
    }

    .rule-type a {
        float: left;
        margin-right: 10px;
        font-size: 14px;
        color: #666;
    }

        .rule-type a:hover {
            color: #dd3635;
        }

.banner {
    height:147px;
    overflow: hidden;
    position: relative;
    width: 100%;
    *z-index: -1;
    min-width: 1200px;
	margin-top:10px;
}

    .banner li {
        text-align: center;
    }

.banner li img {
	height:147px;
	background: url(loading.gif) center center no-repeat;
	display: inline-block;
	max-width: 100%;
}

.slider .hd {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

    .slider .hd li {
        width: 96px;
        height: 4px;
        margin-left: 15px;
        background: rgba(255, 255, 255, 0.5);
        display: inline-block;
        cursor: pointer;
        text-indent: 999em;
        overflow: hidden;
    }

        .slider .hd li.on {
            background: #fff;
        }

.banner .w1200 {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.ban-right {
    height: 336px;
    background: #fff;
    margin-top: 10px;
    width: 260px;
    box-sizing: border-box;
    padding: 10px 15px 0;
    position: absolute;
    right: 0;
}

    .ban-right .banr-list:last-child {
        border-bottom: none;
    }

.banr-list {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 9px;
    margin-bottom: 9px;
}

.banr-tit {
    font-size: 16px;
    font-weight: bold;
}

    .banr-con a, .banr-tit a {
        margin-left: 11px;
    }

        .banr-con a:first-child, .banr-tit a:first-child {
            margin-left: 0;
        }

.nav-list {
    display: block !important;
}

.ban-adv ul {
    float: right;
}

.ban-adv li {
    float: left;
    width: 220px;
    height: 55px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    margin-left: 10px;
    text-align: center;
}

    .ban-adv li a {
        display: block;
    }

    .ban-adv li img {
        height: 50px;
        margin-top: 2px;
        max-width: 200px;
    }

.top-hot {
    height: 100px;
}

.to-left {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    background: #dd3535;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 100px;
    width: 35px;
    text-align: center;
    padding-left: 5px;
    box-sizing: border-box;
    margin-right: 20px;
    letter-spacing: 2px;
}

.to-tit {
    font-size: 18px;
    margin-top: 10px;
}

.to-con {
    height: 44px;
    overflow: hidden;
    width: 490px;
    margin-top: 5px;
}

    .to-con a {
        color: #00f;
    }

.to-right li {
    float: left;
    width: 292px;
    margin-right: 20px;
    margin-top: 15px;
}

    .to-right li p {
        display: inline-block;
        width: 140px;
        margin-left: 10px;
        height: 44px;
        vertical-align: middle;
        overflow: hidden;
    }

    .to-right li img {
        width: 140px;
        height: 70px;
    }

.h-left {
    width: 380px;
}

.h-right {
    width:380px;
}

.h-list {
    margin-top: 10px;
}

.h-left .h-tit {
    border-bottom: none;
	border-bottom: 1px solid #f4f4f4;
}

.h-tit {
    font-size: 18px;
    font-weight: bold;
	margin-top: 10px;
	border-bottom: 1px solid #f4f4f4;
}
.h-sch{
	margin-top:15px;
}

    .h-tit h2 {
        display: inline-block;
        border-bottom: 3px solid #0c4ca3;
        font-size: 18px;
        padding-bottom: 5px;
        margin-top: 15px;
		COLOR: #084598;
FONT: bold 14px/28px "宋体";
font-weight:bold;
    }

.h-ltit {
    font-size: 16px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.h-lcon li {
    position: relative;
    line-height: 30px;
    padding-left: 8px;
}

.h-lcon li:before {
	content: '';
	width: 2px;
	height: 2px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 14px;
}

    .h-lcon li span {
        
        position: relative;
    }

        .h-lcon li span:before {
            content: '';
            height: 16px;
            width: 1px;            
            position: absolute;
            right: -7px;
            top: 2px;
        }

.h-sch dl {
    float: left;
    width: 160px;
    margin-left: 40px;
    margin-top: 15px;
}

    .h-sch dl:nth-child(4n+1) {
        margin-left: 0;
    }

.h-sch dt {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    height: 40px;
    line-height: 40px;
}

    .h-sch dt img {
        width: 40px;
        height: 40px;
        margin-right: 8px;
        vertical-align: middle;
    }

.h-sch dd {
    margin-top: 10px;
}

    .h-sch dd a {
        color: #666;
        margin-left: 20px;
    }

        .h-sch dd a:first-child {
            margin-left: 0;
        }

.h-mar dt {
    font-size: 16px;
    border-bottom: none;
    padding-bottom: 0;
    height: auto;
    line-height: 1.6;
}

.h-mar dd {
    margin-top: 5px;
}

    .h-mar dd a {
        color: #666;
        margin-left: 10px;
    }

.color1, .color1:hover {
    color: #f00;
}

.color2, .color2:hover {
    color: #00f;
}

.icon-star:before, .icon-had:before, .icon-hadno:before {
    content: '';
    display: inline-block;
    background: url(index-icon.png) no-repeat;
    vertical-align: middle;
}

.icon-star:before {
    background-position: -2px -2px;
    width: 17px;
    height: 16px;
    margin-right: 3px;
}

.icon-had:before {
    background-position: -24px -2px;
    width: 14px;
    height: 10px;
    margin-left: 5px;
}

.icon-hadno:before {
    background-position: -40px -2px;
    width: 12px;
    height: 13px;
    margin-left: 5px;
}

.wp-titt h2 {
    font-size: 20px;
	font-size: 16px;
	COLOR: #0E56A8;
	font-family:"黑体";
}

    .wp-titt h2:before {
        height: 20px;
        background: #375ba6;
    }

.ty-left {
    /*width: 830px;
    float: left;*/
}

.ty-right {
    width: 300px;
    float: right;
}

.ty-rtit a {
    color: #666;
    font-size: 14px;
    margin-left: 15px;
}

.ty-rtit .ty-rbtn {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    border: 1px solid #375ba6;
    border-radius: 25px;
    margin-left: 20px;
    margin-right: 15px;
    color: #375ba6;
}

.ty-rbtn:hover {
    background: #375ba6;
    color: #fff;
    border-color: #375ba6;
}

.ty-img {
    float: left;
    margin-right: 20px;
}

    .ty-img img {
        width: 175px;
        height: 130px;
    }

.ty-gds {
    margin-bottom: 5px;
}

    .ty-gds span {
        font-size: 16px;
        font-weight: bold;
        color: #f00;
    }

    .ty-gds em {
        color: #666;
        font-style: normal;
        margin-left: 20px;
    }

.ty-info li {
    float: left;
    margin: 5px 0 10px;
    padding-right: 5px;
    box-sizing: border-box;
}

    .ty-info li.wid1 {
        width: 240px;
    }

    .ty-info li.wid2 {
        width: 240px;
    }

    .ty-info li.wid3 {
        width: 155px;
        padding-right: 0;
    }

.ty-t {
    color: #333;
    position: relative;
    font-weight: bold;
}

.ty-tit {
    border-bottom: 1px solid #e8e8e8;
}

.ty-lt {
    line-height: 35px;
}

    .ty-lt span.active {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #375ba6;
        display: inline-block;
        height: 37px;
        box-sizing: border-box;
    }

.ty-rt a {
    font-size: 16px;
    display: inline-block;
    height: 37px;
    box-sizing: border-box;
    text-align: center;
    line-height: 37px;
    margin-left: 24px;
    color: #333;
    position: relative;
}

    .ty-rt a:first-child {
        margin-left: 0;
    }

    .ty-rt a.active {
        font-weight: bold;
    }

        .ty-rt a.active:before {
            content: '';
            height: 2px;
            width: 100%;
            background: #375ba6;
            position: absolute;
            bottom: 0px;
        }

.ty-tr a {
    margin-left: 15px;
    position: relative;
}

    .ty-tr a:before {
        content: '';
        width: 1px;
        height: 14px;
        background: #e8e8e8;
        position: absolute;
        left: -7px;
        top: 2px;
    }

    .ty-tr a:first-child:before {
        content: normal;
    }

    .ty-tr a.active {
        color: #e3000d;
    }

.ty-ul ul {
    padding-top: 10px;
}

.ty-ul li {
    line-height: 33px;
    padding-left: 8px;
    position: relative;
}

    .ty-ul li:before {
        content: '';
        width: 2px;
        height: 2px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 14px;
    }

.ty-b p {
    display: inline-block;
    max-width: 525px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.ty-lbtm-con {
    width: 400px;
}

.ty-bbtn {
    text-align: center;
    padding-bottom: 15px;
    font-size: 12px;
}

    .ty-bbtn a {
        color: #999;
        text-align: center;
    }

        .ty-bbtn a:hover {
            color: #dd3635;
        }

        .ty-bbtn a:after {
            content: '';
            width: 6px;
            height: 6px;
            display: inline-block;
            border-top: 1px solid #999;
            border-right: 1px solid #999;
            transform: rotate(45deg);
            margin-bottom: 1px;
        }

        .ty-bbtn a:hover:after {
            border-color: #dd3635;
        }

.ty-right .wp-tit {
    padding-top: 0;
    margin-bottom: 10px;
}

    .ty-right .wp-tit h2 {
        font-size: 16px;
    }

        .ty-right .wp-tit h2:before {
            content: normal;
        }

.ty-right .more {
    margin-right: 0;
}

.ty-rul {
    margin-bottom: 10px;
}

    .ty-rul li {
        float: left;
        width: 50%;
        margin-bottom: 15px;
        font-size: 16px;
    }

        .ty-rul li img {
            width: 32px;
            height: 32px;
            margin-right: 3px;
        }

.ty-ruli li {
    font-size: 14px;
    margin-bottom: 8px;
}

.ty-time {
    position: relative;
}

    .ty-time:before {
        content: '';
        height: 86%;
        width: 1px;
        background: #aaa;
        position: absolute;
        left: 6px;
        top: 8px;
    }

    .ty-time li {
        position: relative;
        margin-bottom: 8px;
        padding-left: 15px;
    }

        .ty-time li:before {
            content: '';
            width: 7px;
            height: 7px;
            border: 1px solid #aaa;
            border-radius: 50%;
            background: #fff;
            position: absolute;
            left: 2px;
            top: 6px;
        }

        .ty-time li span {
            color: #666;
        }

.ask-list li {
    margin-bottom: 10px;
}

    .ask-list li:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(icon-wd.png) no-repeat;
        vertical-align: middle;
        margin-right: 5px;
    }

.right-adv3 {
    margin-top: 15px;
}

.right-adv3-con {
    margin-right: -12px;
}

    .right-adv3-con a {
        float: left;
        margin-right: 6px;
    }

    .right-adv3-con img {
        width: 147px;
        height: 60px;
        margin-top: 5px;
    }

    .right-adv3-con .right-advb img {
        width: 300px;
    }

.index-rank .ty-ul {
    width: 380px;
}

.btm-zt {
    margin-right: -20px;
    padding: 0 20px;
}

    .btm-zt dl {
        float: left;
        width:127.5px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .btm-zt dt {
        height:127.5px;
        width:127.5px;
        overflow: hidden;
    }

        .btm-zt dt img {
            height:127.5px;
            width:127.5px;
            transition: all .3s;
        }

            .btm-zt dt img:hover {
                opacity: .8;
                transform: scale(1.1);
            }

    .btm-zt dd {       
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .btm-zt a {
        color: #666;
        font-size: 14px;
    }

        .btm-zt a:hover {
            color: #1787e0;
        }
.page_7_1 a{
	margin:0 4px;
}
.rmt2 {
    width:830px;
    margin-top: 14px;
	border:solid 1px #0c4ca3;
}
.rm1 {
    width:414px;
    float: left;
}
.rm1 h1 {
    float: left;   
    padding-left: 17px;   
}
.rm1 h2 {
    float: left;    
	padding-right:20px;
    padding-top:22px;
    font-family: "ËÎÌå";
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    font-weight: normal;
    width: 286px;
    float: right;
}
.rm1 h2 a {
    font-family: "ËÎÌå";
    font-size: 14px;
    font-weight: normal;
    color: #0068A3;
    line-height: 26px;
}
.icoright{

	float:right;
}